Gets the item with the specified index.
HRESULT Item(long index, [out, retval] BSTR* pVal);
Item(long index, [out, retval] BSTR pVal);
Sub Item(index As long, pVal As [out, retval] BSTR)
Valid indexes range from 1 to Count.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|